Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migration to TailwindCSS #445

Merged
merged 81 commits into from
Oct 23, 2023
Merged

Migration to TailwindCSS #445

merged 81 commits into from
Oct 23, 2023

Conversation

marsian83
Copy link
Contributor

This PR includes commits for migration to tailwindCSS and also a few changes to conventions.
There are also some commits about minor design changes.

A Readme will be added to the website folder for developers to ensure consistency from future contributors.

-- Marked as draft for now --

marsian83 and others added 30 commits September 13, 2023 17:19
- font moved to index.css
- declared variables in tailwind config
- declared font in tailwind config
- added default styling to base layer
- defined themes - default and dark
- can be used to add the default page margin
- in accordance with tailwindCss
- replaced CountUp from external module with own
  CSS variant
@frouioui
Copy link
Member

frouioui commented Oct 20, 2023

It seems like the Compare Macrobench page has a format issue when there is not data/numbers in the tables:
image

EDIT: in fact this also happen in http://localhost/compare?ltag=8d7b507a2a05b5b1ad3ade37233c9ad30a5386e0&rtag=5df2ce4ae0a4e39db4a1eba5d35aa5b6381b1502

Signed-off-by: Florent Poinsard <[email protected]>
Comment on lines +80 to +87
<Macrobench
data={macro}
gitRef={{
left: gitRef.left.slice(0, 8),
right: gitRef.right.slice(0, 8),
}}
commits={{ left: gitRef.left, right: gitRef.right }}
/>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Optimally, we should remove the hyperlinks that redirect to github.com/vitessio/vitess if the git ref is either Left or Right. For instance when reaching http://localhost/compare?ltag=Left&rtag=Right

@frouioui frouioui merged commit a272c4d into vitessio:main Oct 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants